home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch14 / 14fig03.wrl < prev    next >
Text File  |  1996-09-22  |  661b  |  30 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Shape {
  6.     appearance Appearance {
  7.         material Material {
  8.             diffuseColor 1.0 1.0 0.0
  9.         }
  10.     }
  11.     geometry ElevationGrid {
  12.         xDimension  2
  13.         zDimension  20
  14.         xSpacing    1.0
  15.         zSpacing    4.0
  16.         solid       FALSE
  17.         creaseAngle 0.785
  18.         height [
  19.             0.00,  0.59,  0.95,  0.95,  0.59,
  20.             0.00, -0.59, -0.95, -0.95, -0.59,
  21.             0.00,  0.59,  0.95,  0.95,  0.59,
  22.             0.00, -0.59, -0.95, -0.95, -0.59,
  23.             0.00,  0.59,  0.95,  0.95,  0.59,
  24.             0.00, -0.59, -0.95, -0.95, -0.59,
  25.             0.00,  0.59,  0.95,  0.95,  0.59,
  26.             0.00, -0.59, -0.95, -0.95, -0.59,
  27.         ]
  28.     }
  29. }
  30.